home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ansi / help_7n1.zip / CAPTURE.DOC < prev    next >
Text File  |  1987-12-12  |  2KB  |  50 lines

  1. [from VOL7N1.ARC, PC Magazine Jan 88?
  2.  Downloaded from SEMPER BBS 10 Dec 87.
  3. ]
  4.  
  5.         CAPTURE your own
  6.           HELP screens
  7.  
  8. CAPTURE instantly turns the custom help menus, tables, or anything you type on
  9. your screen into files you can pop up with the HELP.COM program in this 
  10. issue's PC Lab Notes.
  11.  
  12. «MDUL»«MDNM»CAPTURE
  13. Command
  14. Tom Kihlken    1988/No. 1 (Utilities)
  15.  
  16. Purpose:    Saves the text and attribute bytes on the screen to a 
  17. 4,000-byte file that the HELP.COM program (PC Lab Notes, 1988/No. 1) can pop
  18. up either from within an application or at the DOS prompt.
  19.  
  20. Format:    CAPTURE
  21.  
  22. Remarks:    CAPTURE is a memory-resident screen-saving program.  Its 
  23. default actuating key is Alt-C, though this can be changed, as described 
  24. below.  The program takes no parameters and saves to filenames SCREEN.000,
  25.  SCREEN.001, etc.  It will not overwrite existing filenames, but increments
  26.  the number in the extension instead.  Filenames stored by CAPTURE can then be
  27.  renamed for use by HELP.COM.  CAPTURE files may also be combined into
  28.  multiple-page help screens (up to the 14-screen limit of HELP.COM), by using
  29.  the DOS COPY /B option for copying binary files.  
  30.  
  31.     For example,
  32.  
  33.     COPY /B SCREEN.000+SCREEN.001+SCREEN.002 HELP.HEP
  34.  
  35.     would combine the first three CAPTUREd help screens into the file,
  36.  HELP.HEP, which might be one of the files in a \HELP subdirectory.
  37.  
  38.     The Alt-C trigger key may be changed with DEBUG, by entering the 
  39. following commands:
  40.  
  41.     
  42.     DEBUG CAPTURE.COM
  43.     E 268 SS    ;Your Scan code
  44.     E 27D MM    ;Your Shift mask
  45.     W
  46.     Q
  47.  
  48.     Tables containing the entry to make for SS (the scan code) and for MM
  49.  (the shift mask) above are contained in the body of the article.
  50.